-
Notifications
You must be signed in to change notification settings - Fork 849
Sessionless transactions demo #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
<description>Sessionless transactions demo</description> | ||
<properties> | ||
<java.version>17</java.version> | ||
<ojdbc.version>23.6.0.24.10</ojdbc.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 23.8
@@ -0,0 +1,44 @@ | |||
/* | |||
* Copyright (c) 2024 Oracle and/or its affiliates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the same license presentation as in:
https://github.com/oracle/oci-react-samples/blob/spring-appstack/src/main/java/com/oracle/todoapp/mytodolist/ToDoItem.java
A flight booking web application to demonstrate the use of sessionless transactions with JDBC.
Main logic under : BookingService.java